home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- set the keyDownScript to "setKey"
- end
-
- on stopMovie
- set the keyDownScript to EMPTY
- end
-
- on setKey
- global actdir, tempdir
- if (the keyCode >= 123) and (the keyCode <= 126) then
- if the keyCode <> actdir then
- set tempdir to actdir
- set actdir to the keyCode
- end if
- end if
- end
-